home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Bookmark.subproj / eTPointmark.h < prev    next >
Encoding:
Text File  |  1994-10-31  |  1.1 KB  |  27 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    eTPointmark.h 
  3. //    SUMMARY:    Interface for single-point markers in eText
  4. //    SUPERCLASS:    eTBookmark
  5. //    INTERFACE:    None
  6. //    PROTOCOLS:    <Annotation,HTMDSupport,ASCIISupport,LaTeXSupport,Tool,
  7. //                InspectableTarget>
  8. //    AUTHOR:        Rohit Khare
  9. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  10. ///////////////////////////////////////////////////////////////////////////////
  11. //  DESCRIPTION
  12. //        This is a pretty messy setup; ideally, a Bookmark would be two
  13. //    Pointmarks joined together, but instead, the vagaries of development are
  14. //    such that we are forced to contemplate inheriting it all the other way
  15. //    around.
  16. ///////////////////////////////////////////////////////////////////////////////
  17. //    HISTORY
  18. //    10/31/94:    Created. Kludged together as a subclass of Bookmarks.
  19. ///////////////////////////////////////////////////////////////////////////////
  20.  
  21. #import "eTBookmark.h"
  22.  
  23. @interface eTPointmark:eTBookmark <Tool,Annotation,DocNotification, ASCIISupport,HTMDSupport,InspectableTarget>
  24. {
  25. }
  26.  
  27. @end